Package com.cisco.pt.ipc.sim.pdu
Interface EapolPacket
- All Known Implementing Classes:
EapolPacketImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Header
getPayload, setPayloadMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getVersion
Byte getVersion()- Returns:
- Byte Returns a Byte
-
setVersion
- Parameters:
version- Takes in a parameter of version
-
getType
Byte getType()- Returns:
- Byte Returns a Byte
-
setType
- Parameters:
type- Takes in a parameter of type
-
getLength
Short getLength()- Returns:
- Short Returns a Short
-
setLength
- Parameters:
length- Takes in a parameter of length
-